LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterRegion Constructor(Byte[])
See Also 
Leadtools Namespace > RasterRegion Class > RasterRegion Constructor : RasterRegion Constructor(Byte[])



data
A an array of System.Byte that defines the interior of the new RasterRegion
Initializes a new RasterRegion from the specified data. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal data() As Byte _
)
Visual Basic (Usage)Copy Code
Dim data() As Byte
 
Dim instance As New RasterRegion(data)
C# 
public RasterRegion( 
   byte[] data
)
C++/CLI 
public:
RasterRegion( 
   array<byte>^ data
)

Parameters

data
A an array of System.Byte that defines the interior of the new RasterRegion

Example

For an example, refer to GetData.

Remarks

You can get the data that defines a region by creating a RasterRegion using any of the region methods and using the GetData method to obtain the data.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also